Welcome![Sign In][Sign Up]
Location:
Search - SOCKET FTP

Search list

[Ftp Clientac_ftp

Description: 使用socket写的ftp客户端- Uses ftp customer end which socket writes
Platform: | Size: 37888 | Author: none | Hits:

[Windows DevelopFTPSOCKET

Description: 目录ftp客户端是一个比较简单的ftp程序,但是程序提供了各种接口,能够让读者看法出各种复杂的ftp程序,程序中的各个程序模块均已经实现-Contents ftp client is a relatively simple ftp procedures, but the procedures for its interface, to enable readers to view all sorts of complex ftp procedures, the procedures for the various program modules will have been achieved
Platform: | Size: 65536 | Author: 韩朝 | Hits:

[Linux-Unixsockettftp

Description: linux下的tftp socket编程样例-the tftp socket Programming Example
Platform: | Size: 2048 | Author: 徐晓东 | Hits:

[Internet-NetworkFtpFactory

Description: C# FTP,Socket 实现的-C# FTP, the Socket
Platform: | Size: 3072 | Author: 王宇 | Hits:

[Ftp ServersourceClient

Description: 很有名气的Ftp客户端开源软件,多个类像CAsyncSocket类都很经典;是很好的学习网络编程的教材-very well Ftp Client open-source software, a number of categories such as CAsyncSocket are classics; The study is a good teaching Network Programming
Platform: | Size: 582656 | Author: 袁兴 | Hits:

[Ftp Clientftp客户机

Description: 利用Socket套接字创建基于对话框类的FTP工具-use Socket creation based on the type dialog FTP tools
Platform: | Size: 4030464 | Author: 谌夏 | Hits:

[Ftp ClientFTP客户端开发——WinSock

Description: FTP客户端开发——WinSock,这个程序是使用套接字开发的一个ftp客户端程序,是vc++开发大全这本书中的源代码,有意于此方面的朋友可以-FTP client development-- WinSock, the procedure is to use the socket to develop a ftp client is vc++ development Daquan this book source, the intention here to see friends
Platform: | Size: 109568 | Author: 笨蛋 | Hits:

[Internet-Networkftp_server

Description: ftp_server ftp服务器端程序-ftp_server ftp server procedures
Platform: | Size: 183296 | Author: 风波 | Hits:

[Internet-NetworkFtpTestw1

Description: 每一个Ftp发送之后,Ftp服务器都会返回一个字符串,其中包括一个返回代码和一串说明信息。这个返回码主要是用于判断命令是否被成功执行了。除此之外,还有一个非常重要的命令的返回。当发送PASV之后,返回“227 Entering Passive Mode (127,0,0,1,4,18)”。这意味着在服务器上有一个端口被开放,他将为我们后面接着的数据传输作好准备,但是我们如何知道该端口号呢,就在(127,0,0,1,4,18)中,前面四位指服务器的地址,关键是最后两位,将最后第二位乘256再加上最后一位的值就是我们的端口号,也就是4*256+18。取得端口号之后我们就可以用socket连接到这里。这为我们后面的工作作好准备了,因为我们的取得列表,上传,下载文件都要依靠它来实现-err
Platform: | Size: 2048 | Author: 方波 | Hits:

[Static controlzxhx111socket

Description: 一款用VC++编写的FTP 下载源码,介绍了winsocket的实现意义,上传下载的全部代码-new VC prepared by the FTP download the source code, introduced winsocket significance of the achievement. uploading and downloading the full code
Platform: | Size: 2048 | Author: kerand | Hits:

[Ftp Clientwebftp2.3

Description: 小巧的FTP客户端源代码 能实现简单的文件传输功能 利用底层socket建立传送通道-compact FTP client source code to the simple file transfer capabilities to build the underlying socket transmission Corridor
Platform: | Size: 205824 | Author: jhgiuyds | Hits:

[Internet-NetworkFTPSOCKET510

Description: 这个vc++程序实现的是利用ftp传输文件的客户端-vc procedures to achieve this is to transfer files using ftp client
Platform: | Size: 55296 | Author: 李牧白 | Hits:

[Ftp ClientUnixftpcilent

Description: 一个FTP客户端类,用Socket写的,环境为Unix。 之所以封装这个类是因为以前在unix下写文件上传下载的操作都是调shell脚本,C、C++很难控制与shell的交互, 并且无法获知出错的错误代码,用C++封装成一个工具类后,任何项目都可以重用了。 操作很方便,就像平常的FTP操作: 1:登陆FTP服务端 FTPTools ftpTools (conts string &pm_sFtpServer,int pm_iFtpPort) ftpTools.login(conts string &pm_sFtpUser,const string &pm_sFtpPwd) 2:进入服务端目录 ftpTools.cd(const string & pm_sServerPath) 3:设定本地目录 ftpTools.Lcd(const string & pm_sLocalPath) 4:上传文件 ftpTools.upload(const string &pm_sSrcFilePath,const string & pm_sSrcFileName) 5:下载文件 ftpTools.download(const string & pm_sServerFileName,const string & pm_sDesPath) 支持全路径文件名,PASV模式 -an FTP client category, Socket written in the Unix environment. The reason Packaging category is because the written document under unix uploading and downloading operations are transferred to the shell script, C, C++ is difficult to control and the interactive shell, and not informed of the error code error, Using C++ tools packaged as a category, any item can reuse of. Easy to operate, just like normal FTP : 1 : landing FTP server FTPTools ftpTools (Contracting string
Platform: | Size: 4096 | Author: sl | Hits:

[Internet-NetworkTFTP_Listing

Description: socket编程, 查看server下相应目录的所有文件, 并且可通过tftp下载.-socket programming, check under the corresponding server directory of all documents, tftp and can be downloaded.
Platform: | Size: 7168 | Author: lij008 | Hits:

[Internet-NetworkServer_Ftp

Description: 利用进程通信套接字socket 的编程接口功能,设计和实现了一个简单的文件传输协议。此为FTP服务器端。-communications process using socket programming interface functions, Design and Implementation of a simple file transfer protocol. To this FTP server.
Platform: | Size: 19456 | Author: wu | Hits:

[Ftp Serversocket_programing_ftp_serv

Description: network socket programing. ftp服务器程序,有USER,PASS,PASV,PORT,LIST,RETR命令,在telnet下可以调试。-network socket programing. Ftp server, have USER, PASS, PASV, PORT, LIST, RETR command, In telnet can be debugging.
Platform: | Size: 3072 | Author: jinghe | Hits:

[Internet-NetworkIndySockets

Description: Indy是一套开发网络程序很好的套件,封装了http ftp stmp 等等的协议,这是indy 10在.net2.0上的移植的源代码-Indy is a very good development of network programming packages, Packaging the ftp, http, etc. stmp agreement This is the indy 10. net2.0 the transplant source code
Platform: | Size: 1067008 | Author: 刘杰 | Hits:

[Ftp Serverftp_server_c

Description: 一个c++实现的ftp服务器,windows下编译通过-a c++ ftp server, through the windows, using
Platform: | Size: 126976 | Author: 高兴就好 | Hits:

[Internet-Networkftpanalysis

Description: ftp案例分析的所有源码及文档,windows的网络编程,利用了socket(套接字)。来实现消息和文件的传输-ftp case analysis of the source code and all documentation, windows network programming, use of the socket (socket). To achieve information and documents transmission
Platform: | Size: 2108416 | Author: linteng | Hits:

[Internet-NetworkFTP-client-io

Description: 这是一个ftp下载的客户端,希望大家交流-This is a ftp download the client, we hope that the exchanges
Platform: | Size: 70656 | Author: 阿飞发 | Hits:
« 1 23 4 5 6 7 8 9 10 ... 16 »

CodeBus www.codebus.net